
.pagination ul {
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.pagination ul > li {
    display: inline;
}
.disabled {
    background-image: none;
    box-shadow: none;
    cursor: default;
}




.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	padding:0 5px;
    float: left;
    text-decoration: none;
	line-height:28px
}

.icon-first:before {
    
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    line-height: 14px;
}


.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.icon-first{
	background:url("./home.jpg") no-repeat;
	width:62px;
	height:28px
}

.icon-last{
	background:url("./end.jpg") no-repeat;
	width:62px;
	height:28px
}

.icon-previous{
	background:url("./pre.jpg") no-repeat;
	width:62px;
	height:28px
}

.icon-next{
	background:url("./next.jpg") no-repeat;
	width:62px;
	height:28px	
}

.icon-previous:before {
   
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
}

.pagination ul > .active > a, .pagination ul > .active > span {
    color: #1d99d3;
    cursor: default;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    
}


.icon-next:before {
    
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
}
